projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a213b00
)
Fix the doc build
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Jul 2009 05:20:35 +0000
(
01:20
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Jul 2009 05:20:35 +0000
(
01:20
-0400)
docs/reference/gtk/tmpl/gtksettings.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/tmpl/gtksettings.sgml
b/docs/reference/gtk/tmpl/gtksettings.sgml
index 5219c1a6c2c931ccf63bad9bbf6c975c8864b7ea..cdc4a173df3e100b87ffcec54bd4840ee796bd3b 100644
(file)
--- a/
docs/reference/gtk/tmpl/gtksettings.sgml
+++ b/
docs/reference/gtk/tmpl/gtksettings.sgml
@@
-23,7
+23,7
@@
realized at least once. The following example demonstrates a way to do this:
<informalexample><programlisting>
gtk_init (&argc, &argv);
- /* make sure the type is realized &ast/
+ /* make sure the type is realized &ast
;
/
g_type_class_unref (g_type_class_ref (GTK_TYPE_IMAGE_MENU_ITEM));
g_object_set (gtk_settings_get_default (), "gtk-menu-images", FALSE, NULL);